pub struct HandleCollection { /* private fields */ }Expand description
Represents a collection of uniquely named Handles.
Implementations§
Source§impl HandleCollection
impl HandleCollection
Sourcepub fn contains(&self, name: &str) -> bool
pub fn contains(&self, name: &str) -> bool
Reports whether this collection contains a Handle with the
given unique name.
Trait Implementations§
Source§impl AsRef<HandleCollection> for HandleCollection
impl AsRef<HandleCollection> for HandleCollection
Source§fn as_ref(&self) -> &HandleCollection
fn as_ref(&self) -> &HandleCollection
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for HandleCollection
impl Clone for HandleCollection
Source§fn clone(&self) -> HandleCollection
fn clone(&self) -> HandleCollection
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 HandleCollection
impl Debug for HandleCollection
Source§impl Default for HandleCollection
impl Default for HandleCollection
Source§fn default() -> HandleCollection
fn default() -> HandleCollection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HandleCollection
impl<'de> Deserialize<'de> for HandleCollection
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
Source§impl<S> FromIterator<(S, Handle)> for HandleCollection
impl<S> FromIterator<(S, Handle)> for HandleCollection
Source§impl PartialEq for HandleCollection
impl PartialEq for HandleCollection
impl StructuralPartialEq for HandleCollection
Auto Trait Implementations§
impl Freeze for HandleCollection
impl RefUnwindSafe for HandleCollection
impl Send for HandleCollection
impl Sync for HandleCollection
impl Unpin for HandleCollection
impl UnwindSafe for HandleCollection
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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