Struct s2protocol::init_data::OptionObserversArray
source · pub struct OptionObserversArray {}
Trait Implementations§
source§impl<'a> IntoIterator for &'a OptionObserversArray
impl<'a> IntoIterator for &'a OptionObserversArray
Auto Trait Implementations§
impl RefUnwindSafe for OptionObserversArray
impl Send for OptionObserversArray
impl Sync for OptionObserversArray
impl Unpin for OptionObserversArray
impl UnwindSafe for OptionObserversArray
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