pub struct YR_NOTEBOOK { /* private fields */ }Trait Implementations§
Source§impl Clone for YR_NOTEBOOK
impl Clone for YR_NOTEBOOK
Source§fn clone(&self) -> YR_NOTEBOOK
fn clone(&self) -> YR_NOTEBOOK
Returns a duplicate 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 moreSource§impl Debug for YR_NOTEBOOK
impl Debug for YR_NOTEBOOK
impl Copy for YR_NOTEBOOK
Auto Trait Implementations§
impl Freeze for YR_NOTEBOOK
impl RefUnwindSafe for YR_NOTEBOOK
impl Send for YR_NOTEBOOK
impl Sync for YR_NOTEBOOK
impl Unpin for YR_NOTEBOOK
impl UnwindSafe for YR_NOTEBOOK
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