pub struct IntentContext { /* private fields */ }Expand description
Intent context (placeholder)
Implementations§
Source§impl IntentContext
impl IntentContext
pub fn is_stabilized(&self) -> bool
Trait Implementations§
Source§impl Clone for IntentContext
impl Clone for IntentContext
Source§fn clone(&self) -> IntentContext
fn clone(&self) -> IntentContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IntentContext
impl RefUnwindSafe for IntentContext
impl Send for IntentContext
impl Sync for IntentContext
impl Unpin for IntentContext
impl UnwindSafe for IntentContext
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