pub struct AcctIDSource;Expand description
AcctIDSource (660).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AcctIDSource
impl RefUnwindSafe for AcctIDSource
impl Send for AcctIDSource
impl Sync for AcctIDSource
impl Unpin for AcctIDSource
impl UnsafeUnpin for AcctIDSource
impl UnwindSafe for AcctIDSource
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