pub struct ScopeDataRef<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'a> Default for ScopeDataRef<'a>
impl<'a> Default for ScopeDataRef<'a>
Source§fn default() -> ScopeDataRef<'a>
fn default() -> ScopeDataRef<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ScopeDataRef<'a>
impl<'a> !RefUnwindSafe for ScopeDataRef<'a>
impl<'a> !Send for ScopeDataRef<'a>
impl<'a> !Sync for ScopeDataRef<'a>
impl<'a> Unpin for ScopeDataRef<'a>
impl<'a> !UnwindSafe for ScopeDataRef<'a>
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