pub struct SetAutoAttachReturn {}Available on crate features
Target and experimental only.Expand description
Controls whether to automatically attach to new targets which are considered to be related to this one. When turned on, attaches to all existing related targets as well. When turned off, automatically detaches from all currently attached targets.
Implementations§
Trait Implementations§
Source§impl Clone for SetAutoAttachReturn
impl Clone for SetAutoAttachReturn
Source§fn clone(&self) -> SetAutoAttachReturn
fn clone(&self) -> SetAutoAttachReturn
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 SetAutoAttachReturn
impl Debug for SetAutoAttachReturn
Source§impl Default for SetAutoAttachReturn
impl Default for SetAutoAttachReturn
Source§fn default() -> SetAutoAttachReturn
fn default() -> SetAutoAttachReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetAutoAttachReturn
impl<'de> Deserialize<'de> for SetAutoAttachReturn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetAutoAttachReturn
impl RefUnwindSafe for SetAutoAttachReturn
impl Send for SetAutoAttachReturn
impl Sync for SetAutoAttachReturn
impl Unpin for SetAutoAttachReturn
impl UnwindSafe for SetAutoAttachReturn
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