Struct kvproto::span::Link[][src]

pub struct Link {
    pub link: Option<Link_oneof_link>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

link: Option<Link_oneof_link>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Link[src]

pub fn new() -> Link[src]

pub fn get_root(&self) -> &Root[src]

pub fn clear_root(&mut self)[src]

pub fn has_root(&self) -> bool[src]

pub fn set_root(&mut self, v: Root)[src]

pub fn mut_root(&mut self) -> &mut Root[src]

pub fn take_root(&mut self) -> Root[src]

pub fn get_parent(&self) -> &Parent[src]

pub fn clear_parent(&mut self)[src]

pub fn has_parent(&self) -> bool[src]

pub fn set_parent(&mut self, v: Parent)[src]

pub fn mut_parent(&mut self) -> &mut Parent[src]

pub fn take_parent(&mut self) -> Parent[src]

pub fn get_continue(&self) -> &Continue[src]

pub fn clear_continue(&mut self)[src]

pub fn has_continue(&self) -> bool[src]

pub fn set_continue(&mut self, v: Continue)[src]

pub fn mut_continue(&mut self) -> &mut Continue[src]

pub fn take_continue(&mut self) -> Continue[src]

Trait Implementations

impl Clear for Link[src]

impl Clone for Link[src]

impl Debug for Link[src]

impl Default for Link[src]

impl<'a> Default for &'a Link[src]

impl Message for Link[src]

impl PartialEq<Link> for Link[src]

impl PbPrint for Link[src]

impl ProtobufValue for Link[src]

impl StructuralPartialEq for Link[src]

Auto Trait Implementations

impl RefUnwindSafe for Link

impl Send for Link

impl Sync for Link

impl Unpin for Link

impl UnwindSafe for Link

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.