pub struct Null<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'a> FromNodeAPI<'a> for Null<'a>
impl<'a> FromNodeAPI<'a> for Null<'a>
fn from_node_api(value: Value<'a>) -> Result<Self>
Source§impl<'a> IntoNodeApi<'a> for Null<'a>
impl<'a> IntoNodeApi<'a> for Null<'a>
Auto Trait Implementations§
impl<'a> Freeze for Null<'a>
impl<'a> RefUnwindSafe for Null<'a>
impl<'a> !Send for Null<'a>
impl<'a> !Sync for Null<'a>
impl<'a> Unpin for Null<'a>
impl<'a> UnwindSafe for Null<'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