pub struct Static;
Expand description
Represents the terminal symbol static
Trait Implementations§
Source§impl From<Static> for StringifierOrInheritOrStatic
impl From<Static> for StringifierOrInheritOrStatic
Source§impl From<Static> for StringifierOrStatic
impl From<Static> for StringifierOrStatic
Source§impl Ord for Static
impl Ord for Static
Source§impl PartialOrd for Static
impl PartialOrd for Static
impl Copy for Static
impl Eq for Static
impl StructuralPartialEq for Static
Auto Trait Implementations§
impl Freeze for Static
impl RefUnwindSafe for Static
impl Send for Static
impl Sync for Static
impl Unpin for Static
impl UnwindSafe for Static
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