pub struct ExpiredPathRequest {
pub command_id: CommandId,
}Fields§
§command_id: CommandIdTrait Implementations§
Source§impl Clone for ExpiredPathRequest
impl Clone for ExpiredPathRequest
Source§fn clone(&self) -> ExpiredPathRequest
fn clone(&self) -> ExpiredPathRequest
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 moreimpl Copy for ExpiredPathRequest
Source§impl Debug for ExpiredPathRequest
impl Debug for ExpiredPathRequest
impl Eq for ExpiredPathRequest
Source§impl PartialEq for ExpiredPathRequest
impl PartialEq for ExpiredPathRequest
impl StructuralPartialEq for ExpiredPathRequest
Auto Trait Implementations§
impl Freeze for ExpiredPathRequest
impl RefUnwindSafe for ExpiredPathRequest
impl Send for ExpiredPathRequest
impl Sync for ExpiredPathRequest
impl Unpin for ExpiredPathRequest
impl UnsafeUnpin for ExpiredPathRequest
impl UnwindSafe for ExpiredPathRequest
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