[][src]Struct dgraph_rs::protos::api::Uids

pub struct Uids {
    pub uids: RepeatedField<String>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

uids: RepeatedField<String>unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl Uids[src]

pub fn new() -> Uids[src]

pub fn get_uids(&self) -> &[String][src]

pub fn clear_uids(&mut self)[src]

pub fn set_uids(&mut self, v: RepeatedField<String>)[src]

pub fn mut_uids(&mut self) -> &mut RepeatedField<String>[src]

pub fn take_uids(&mut self) -> RepeatedField<String>[src]

Trait Implementations

impl Clear for Uids[src]

impl Clone for Uids[src]

impl Debug for Uids[src]

impl Default for Uids[src]

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

impl Message for Uids[src]

impl PartialEq<Uids> for Uids[src]

impl ProtobufValue for Uids[src]

impl StructuralPartialEq for Uids[src]

Auto Trait Implementations

impl RefUnwindSafe for Uids

impl Send for Uids

impl Sync for Uids

impl Unpin for Uids

impl UnwindSafe for Uids

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,