pub struct PrintV1 {
pub text: String,
}Fields§
§text: StringImplementations§
Auto Trait Implementations§
impl Freeze for PrintV1
impl RefUnwindSafe for PrintV1
impl Send for PrintV1
impl Sync for PrintV1
impl Unpin for PrintV1
impl UnsafeUnpin for PrintV1
impl UnwindSafe for PrintV1
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