pub struct RsIssuesFwd {
pub ld: <Vr<RsIssue> as Interface>::Fwd,
pub ex: <Vr<RsIssue> as Interface>::Fwd,
pub st: <Vr<RsIssue> as Interface>::Fwd,
}
Fields§
§ld: <Vr<RsIssue> as Interface>::Fwd
§ex: <Vr<RsIssue> as Interface>::Fwd
§st: <Vr<RsIssue> as Interface>::Fwd
Trait Implementations§
source§impl Clone for RsIssuesFwd
impl Clone for RsIssuesFwd
source§fn clone(&self) -> RsIssuesFwd
fn clone(&self) -> RsIssuesFwd
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 RsIssuesFwd
impl Debug for RsIssuesFwd
impl Copy for RsIssuesFwd
Auto Trait Implementations§
impl RefUnwindSafe for RsIssuesFwd
impl Send for RsIssuesFwd
impl Sync for RsIssuesFwd
impl Unpin for RsIssuesFwd
impl UnwindSafe for RsIssuesFwd
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