pub struct SystemExclusiveData { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SystemExclusiveData
impl Clone for SystemExclusiveData
Source§fn clone(&self) -> SystemExclusiveData
fn clone(&self) -> SystemExclusiveData
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 SystemExclusiveData
impl Debug for SystemExclusiveData
Auto Trait Implementations§
impl Freeze for SystemExclusiveData
impl RefUnwindSafe for SystemExclusiveData
impl Send for SystemExclusiveData
impl Sync for SystemExclusiveData
impl Unpin for SystemExclusiveData
impl UnwindSafe for SystemExclusiveData
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