pub struct Scaml;
Implementations§
Auto Trait Implementations§
impl Freeze for Scaml
impl RefUnwindSafe for Scaml
impl Send for Scaml
impl Sync for Scaml
impl Unpin for Scaml
impl UnwindSafe for Scaml
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