pub struct Syncs {
pub comment: Option<String>,
pub contents: Vec<SyncsContent>,
}Fields§
§comment: Option<String>§contents: Vec<SyncsContent>Trait Implementations§
impl Eq for Syncs
impl StructuralPartialEq for Syncs
Auto Trait Implementations§
impl Freeze for Syncs
impl RefUnwindSafe for Syncs
impl Send for Syncs
impl Sync for Syncs
impl Unpin for Syncs
impl UnwindSafe for Syncs
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