pub struct NoCreateTarget;Expand description
Marker used when a service creates new resources without a caller-supplied target identifier.
Trait Implementations§
Source§impl Clone for NoCreateTarget
impl Clone for NoCreateTarget
Source§fn clone(&self) -> NoCreateTarget
fn clone(&self) -> NoCreateTarget
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 moreSource§impl Debug for NoCreateTarget
impl Debug for NoCreateTarget
Source§impl Default for NoCreateTarget
impl Default for NoCreateTarget
Source§fn default() -> NoCreateTarget
fn default() -> NoCreateTarget
Returns the “default value” for a type. Read more
Source§impl Hash for NoCreateTarget
impl Hash for NoCreateTarget
Source§impl PartialEq for NoCreateTarget
impl PartialEq for NoCreateTarget
impl Copy for NoCreateTarget
impl Eq for NoCreateTarget
impl StructuralPartialEq for NoCreateTarget
Auto Trait Implementations§
impl Freeze for NoCreateTarget
impl RefUnwindSafe for NoCreateTarget
impl Send for NoCreateTarget
impl Sync for NoCreateTarget
impl Unpin for NoCreateTarget
impl UnsafeUnpin for NoCreateTarget
impl UnwindSafe for NoCreateTarget
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