pub struct SyncAccess {
pub alias: Option<String>,
pub name: Option<String>,
pub contents: Vec<SyncAccessContent>,
}Fields§
§alias: Option<String>§name: Option<String>§contents: Vec<SyncAccessContent>Trait Implementations§
Source§impl Clone for SyncAccess
impl Clone for SyncAccess
Source§fn clone(&self) -> SyncAccess
fn clone(&self) -> SyncAccess
Returns a duplicate 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 SyncAccess
impl Debug for SyncAccess
Source§impl PartialEq for SyncAccess
impl PartialEq for SyncAccess
impl Eq for SyncAccess
impl StructuralPartialEq for SyncAccess
Auto Trait Implementations§
impl Freeze for SyncAccess
impl RefUnwindSafe for SyncAccess
impl Send for SyncAccess
impl Sync for SyncAccess
impl Unpin for SyncAccess
impl UnwindSafe for SyncAccess
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