pub struct MagicFormat {
pub base: MagicFunction,
}Fields§
§base: MagicFunctionTrait Implementations§
Source§impl Clone for MagicFormat
impl Clone for MagicFormat
Source§fn clone(&self) -> MagicFormat
fn clone(&self) -> MagicFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MagicFormat
impl RefUnwindSafe for MagicFormat
impl Send for MagicFormat
impl Sync for MagicFormat
impl Unpin for MagicFormat
impl UnsafeUnpin for MagicFormat
impl UnwindSafe for MagicFormat
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