pub struct NewlineBindView {
pub newline_bind: NewlineBind,
}Fields§
§newline_bind: NewlineBindTrait Implementations§
Source§impl Clone for NewlineBindView
impl Clone for NewlineBindView
Source§fn clone(&self) -> NewlineBindView
fn clone(&self) -> NewlineBindView
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 NewlineBindView
impl Debug for NewlineBindView
Source§impl PartialEq for NewlineBindView
impl PartialEq for NewlineBindView
impl Copy for NewlineBindView
impl Eq for NewlineBindView
impl StructuralPartialEq for NewlineBindView
Auto Trait Implementations§
impl Freeze for NewlineBindView
impl RefUnwindSafe for NewlineBindView
impl Send for NewlineBindView
impl Sync for NewlineBindView
impl Unpin for NewlineBindView
impl UnwindSafe for NewlineBindView
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