Struct phlow::PrintExtensions
source · #[repr(C)]pub struct PrintExtensions { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for PrintExtensions
impl Clone for PrintExtensions
source§fn clone(&self) -> PrintExtensions
fn clone(&self) -> PrintExtensions
Returns a copy of the value. Read more
1.0.0 · 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 !RefUnwindSafe for PrintExtensions
impl Send for PrintExtensions
impl Sync for PrintExtensions
impl Unpin for PrintExtensions
impl !UnwindSafe for PrintExtensions
Blanket Implementations§
source§impl<T> AsPhlowObject for T
impl<T> AsPhlowObject for T
default fn is_phlow_object(&self) -> bool
default fn try_into_phlow_object(&self) -> Option<PhlowObject>
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