[][src]Struct dep_obj::dep::DepProp

pub struct DepProp<Owner: DepObj + ?Sized, T> { /* fields omitted */ }

Implementations

impl<Owner: DepObj + ?Sized, T> DepProp<Owner, T>[src]

pub fn get(self, obj_props: &DepObjProps<Owner>) -> &T[src]

pub fn get_mut(self, obj_props: &mut DepObjProps<Owner>) -> &mut T[src]

pub fn set(self, obj_props: &mut DepObjProps<Owner>, value: T) -> T[src]

Trait Implementations

impl<Owner: DepObj + ?Sized, T> Clone for DepProp<Owner, T>[src]

impl<Owner: DepObj + ?Sized, T> Copy for DepProp<Owner, T>[src]

impl<Owner: DepObj + ?Sized, T> Debug for DepProp<Owner, T>[src]

impl<Owner: DepObj + ?Sized, T> Eq for DepProp<Owner, T>[src]

impl<Owner: DepObj + ?Sized, T> Hash for DepProp<Owner, T>[src]

impl<Owner: DepObj + ?Sized, T> Ord for DepProp<Owner, T>[src]

impl<Owner: DepObj + ?Sized, T> PartialEq<DepProp<Owner, T>> for DepProp<Owner, T>[src]

impl<Owner: DepObj + ?Sized, T> PartialOrd<DepProp<Owner, T>> for DepProp<Owner, T>[src]

impl<Owner: DepObj + ?Sized, T> Send for DepProp<Owner, T>[src]

impl<Owner: DepObj + ?Sized, T> Sync for DepProp<Owner, T>[src]

impl<Owner: DepObj + ?Sized, T> Unpin for DepProp<Owner, T>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.