pub struct ObjectView {
pub begin: BeginHandle,
pub object_opt: ObjectOptHandle,
pub object_list: ObjectListHandle,
pub end: EndHandle,
}Fields§
§begin: BeginHandle§object_opt: ObjectOptHandle§object_list: ObjectListHandle§end: EndHandleTrait Implementations§
Source§impl Clone for ObjectView
impl Clone for ObjectView
Source§fn clone(&self) -> ObjectView
fn clone(&self) -> ObjectView
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 ObjectView
impl Debug for ObjectView
Source§impl PartialEq for ObjectView
impl PartialEq for ObjectView
impl Copy for ObjectView
impl Eq for ObjectView
impl StructuralPartialEq for ObjectView
Auto Trait Implementations§
impl Freeze for ObjectView
impl RefUnwindSafe for ObjectView
impl Send for ObjectView
impl Sync for ObjectView
impl Unpin for ObjectView
impl UnwindSafe for ObjectView
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