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