pub struct KeyPathBuilder { /* private fields */ }Expand description
Builder for KeyPath.
Implementations§
Source§impl KeyPathBuilder
impl KeyPathBuilder
Sourcepub fn type<VALUE: Into<KeyPathType>>(&mut self, value: VALUE) -> &mut Self
pub fn type<VALUE: Into<KeyPathType>>(&mut self, value: VALUE) -> &mut Self
Key path type.
Trait Implementations§
Source§impl Clone for KeyPathBuilder
impl Clone for KeyPathBuilder
Source§fn clone(&self) -> KeyPathBuilder
fn clone(&self) -> KeyPathBuilder
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 moreAuto Trait Implementations§
impl Freeze for KeyPathBuilder
impl RefUnwindSafe for KeyPathBuilder
impl Send for KeyPathBuilder
impl Sync for KeyPathBuilder
impl Unpin for KeyPathBuilder
impl UnsafeUnpin for KeyPathBuilder
impl UnwindSafe for KeyPathBuilder
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