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