pub struct SdpQueryUuidUnion(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SdpQueryUuidUnion
impl Clone for SdpQueryUuidUnion
Source§fn clone(&self) -> SdpQueryUuidUnion
fn clone(&self) -> SdpQueryUuidUnion
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 Default for SdpQueryUuidUnion
Available on crate feature impl-default only.
impl Default for SdpQueryUuidUnion
Available on crate feature
impl-default only.Source§fn default() -> SdpQueryUuidUnion
fn default() -> SdpQueryUuidUnion
Returns the “default value” for a type. Read more
impl Copy for SdpQueryUuidUnion
Auto Trait Implementations§
impl Freeze for SdpQueryUuidUnion
impl RefUnwindSafe for SdpQueryUuidUnion
impl Send for SdpQueryUuidUnion
impl Sync for SdpQueryUuidUnion
impl Unpin for SdpQueryUuidUnion
impl UnsafeUnpin for SdpQueryUuidUnion
impl UnwindSafe for SdpQueryUuidUnion
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