pub struct AccessPoints { /* private fields */ }
Trait Implementations§
Source§impl Default for AccessPoints
impl Default for AccessPoints
Source§fn default() -> AccessPoints
fn default() -> AccessPoints
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AccessPoints
impl RefUnwindSafe for AccessPoints
impl Send for AccessPoints
impl Sync for AccessPoints
impl Unpin for AccessPoints
impl UnwindSafe for AccessPoints
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