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