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