pub struct ManagedObjectView { /* private fields */ }Expand description
ManagedObjectView is the base class for view objects that provide access to a set of ManagedEntity objects.
ManagedObjectView defines a view list; the list contains references to objects in the view. To create a view use the ViewManager methods.
Implementations§
Trait Implementations§
Source§impl Clone for ManagedObjectView
impl Clone for ManagedObjectView
Source§fn clone(&self) -> ManagedObjectView
fn clone(&self) -> ManagedObjectView
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 moreAuto Trait Implementations§
impl Freeze for ManagedObjectView
impl !RefUnwindSafe for ManagedObjectView
impl Send for ManagedObjectView
impl Sync for ManagedObjectView
impl Unpin for ManagedObjectView
impl UnsafeUnpin for ManagedObjectView
impl !UnwindSafe for ManagedObjectView
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