pub enum EnumerableObjectCollection {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnumerableObjectCollection
impl RefUnwindSafe for EnumerableObjectCollection
impl Send for EnumerableObjectCollection
impl Sync for EnumerableObjectCollection
impl Unpin for EnumerableObjectCollection
impl UnwindSafe for EnumerableObjectCollection
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