pub struct BricksText { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BricksText
impl RefUnwindSafe for BricksText
impl Send for BricksText
impl Sync for BricksText
impl Unpin for BricksText
impl UnwindSafe for BricksText
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