Struct t_rust_less_lib::api_capnp::option::Owned [−][src]
pub struct Owned<T> { /* fields omitted */ }
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Owned<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Owned<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V