pub struct ToplevelSize(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Debug for ToplevelSize
impl Debug for ToplevelSize
Source§impl StaticType for ToplevelSize
impl StaticType for ToplevelSize
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.Auto Trait Implementations§
impl Freeze for ToplevelSize
impl RefUnwindSafe for ToplevelSize
impl !Send for ToplevelSize
impl !Sync for ToplevelSize
impl Unpin for ToplevelSize
impl UnwindSafe for ToplevelSize
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
Source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
Source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.