Struct field_ref::FieldRefAsOptionFieldRef [] [src]

pub struct FieldRefAsOptionFieldRef<T, U>(_);

A OptionFieldRef which converted from A FieldRef.

Trait Implementations

impl<'x, T, U> OptionFieldRef<'x> for FieldRefAsOptionFieldRef<T, U>
[src]

[src]

Get a reference of value in an object to which OptionFieldRef refers. Read more

[src]

Get a mutable reference of value in an object to which OptionFieldRef refers. Read more

[src]

Chains two field references. Read more

impl<T, U> Clone for FieldRefAsOptionFieldRef<T, U>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T, U> Copy for FieldRefAsOptionFieldRef<T, U>
[src]

Auto Trait Implementations

impl<T, U> Send for FieldRefAsOptionFieldRef<T, U> where
    T: Send,
    U: Send

impl<T, U> Sync for FieldRefAsOptionFieldRef<T, U> where
    T: Sync,
    U: Sync