pub struct ShellActivationIntent {
pub id: String,
pub generation: u64,
}Fields§
§id: String§generation: u64Trait Implementations§
Source§impl Clone for ShellActivationIntent
impl Clone for ShellActivationIntent
Source§fn clone(&self) -> ShellActivationIntent
fn clone(&self) -> ShellActivationIntent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ShellActivationIntent
impl Debug for ShellActivationIntent
impl Eq for ShellActivationIntent
Source§impl PartialEq for ShellActivationIntent
impl PartialEq for ShellActivationIntent
impl StructuralPartialEq for ShellActivationIntent
Auto Trait Implementations§
impl Freeze for ShellActivationIntent
impl RefUnwindSafe for ShellActivationIntent
impl Send for ShellActivationIntent
impl Sync for ShellActivationIntent
impl Unpin for ShellActivationIntent
impl UnsafeUnpin for ShellActivationIntent
impl UnwindSafe for ShellActivationIntent
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