pub struct RsIssuesBwd {
pub ld: <Vr<RsIssue> as Interface>::Bwd,
pub ex: <Vr<RsIssue> as Interface>::Bwd,
pub st: <Vr<RsIssue> as Interface>::Bwd,
}
Fields§
§ld: <Vr<RsIssue> as Interface>::Bwd
§ex: <Vr<RsIssue> as Interface>::Bwd
§st: <Vr<RsIssue> as Interface>::Bwd
Trait Implementations§
source§impl Clone for RsIssuesBwd
impl Clone for RsIssuesBwd
source§fn clone(&self) -> RsIssuesBwd
fn clone(&self) -> RsIssuesBwd
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RsIssuesBwd
impl Debug for RsIssuesBwd
impl Copy for RsIssuesBwd
Auto Trait Implementations§
impl RefUnwindSafe for RsIssuesBwd
impl Send for RsIssuesBwd
impl Sync for RsIssuesBwd
impl Unpin for RsIssuesBwd
impl UnwindSafe for RsIssuesBwd
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more