pub struct BlockUsage { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for BlockUsage
impl Debug for BlockUsage
Source§impl Default for BlockUsage
impl Default for BlockUsage
Source§fn default() -> BlockUsage
fn default() -> BlockUsage
Returns the “default value” for a type. Read more
Source§impl From<AsiBlockUsage> for BlockUsage
impl From<AsiBlockUsage> for BlockUsage
Source§fn from(inner: AsiBlockUsage) -> Self
fn from(inner: AsiBlockUsage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BlockUsage
impl RefUnwindSafe for BlockUsage
impl !Send for BlockUsage
impl !Sync for BlockUsage
impl Unpin for BlockUsage
impl UnwindSafe for BlockUsage
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