pub(crate) struct OwnedObjectAddress {
bus_name: String,
path: OwnedObjectPath,
}Fields§
§bus_name: String§path: OwnedObjectPathImplementations§
Source§impl OwnedObjectAddress
impl OwnedObjectAddress
pub(crate) fn new(bus_name: &UniqueName<'_>, path: OwnedObjectPath) -> Self
pub(crate) fn null() -> Self
Trait Implementations§
Source§impl Clone for OwnedObjectAddress
impl Clone for OwnedObjectAddress
Source§fn clone(&self) -> OwnedObjectAddress
fn clone(&self) -> OwnedObjectAddress
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 OwnedObjectAddress
impl Debug for OwnedObjectAddress
Source§impl<'de> Deserialize<'de> for OwnedObjectAddress
impl<'de> Deserialize<'de> for OwnedObjectAddress
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 From<ObjectRef> for OwnedObjectAddress
impl From<ObjectRef> for OwnedObjectAddress
Source§impl From<OwnedObjectAddress> for Value<'static>
impl From<OwnedObjectAddress> for Value<'static>
Source§fn from(s: OwnedObjectAddress) -> Self
fn from(s: OwnedObjectAddress) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OwnedObjectAddress
impl PartialEq for OwnedObjectAddress
Source§impl Serialize for OwnedObjectAddress
impl Serialize for OwnedObjectAddress
Source§impl TryFrom<OwnedObjectAddress> for OwnedValue
impl TryFrom<OwnedObjectAddress> for OwnedValue
Source§impl TryFrom<OwnedValue> for OwnedObjectAddress
impl TryFrom<OwnedValue> for OwnedObjectAddress
Source§impl TryFrom<Value<'static>> for OwnedObjectAddress
impl TryFrom<Value<'static>> for OwnedObjectAddress
Source§impl Type for OwnedObjectAddress
impl Type for OwnedObjectAddress
impl Eq for OwnedObjectAddress
impl StructuralPartialEq for OwnedObjectAddress
Auto Trait Implementations§
impl Freeze for OwnedObjectAddress
impl RefUnwindSafe for OwnedObjectAddress
impl Send for OwnedObjectAddress
impl Sync for OwnedObjectAddress
impl Unpin for OwnedObjectAddress
impl UnwindSafe for OwnedObjectAddress
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'de, T> DynamicDeserialize<'de> for Twhere
T: Type + Deserialize<'de>,
impl<'de, T> DynamicDeserialize<'de> for Twhere
T: Type + Deserialize<'de>,
Source§type Deserializer = PhantomData<T>
type Deserializer = PhantomData<T>
A DeserializeSeed implementation for this type.
Source§fn deserializer_for_signature(
signature: &Signature,
) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>
fn deserializer_for_signature( signature: &Signature, ) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>
Get a deserializer compatible with this parsed signature.
Source§impl<T> DynamicType for T
impl<T> DynamicType for T
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.