Struct TreeScope
#[repr(transparent)]pub struct TreeScope(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for TreeScope
impl Eq for TreeScope
impl StructuralPartialEq for TreeScope
Auto Trait Implementations§
impl Freeze for TreeScope
impl RefUnwindSafe for TreeScope
impl Send for TreeScope
impl Sync for TreeScope
impl Unpin for TreeScope
impl UnwindSafe for TreeScope
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