pub struct StoreAudienceTransitions { /* private fields */ }Trait Implementations§
Source§impl Default for StoreAudienceTransitions
impl Default for StoreAudienceTransitions
Source§fn default() -> StoreAudienceTransitions
fn default() -> StoreAudienceTransitions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StoreAudienceTransitions
impl RefUnwindSafe for StoreAudienceTransitions
impl Send for StoreAudienceTransitions
impl Sync for StoreAudienceTransitions
impl Unpin for StoreAudienceTransitions
impl UnsafeUnpin for StoreAudienceTransitions
impl UnwindSafe for StoreAudienceTransitions
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.