Struct protobuf::well_known_types::BytesValue [−][src]
Fields
value: Vec<u8>
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl BytesValue
[src][−]
pub fn new() -> BytesValue
[src]
pub fn get_value(&self) -> &[u8]ⓘ
[src]
pub fn clear_value(&mut self)
[src]
pub fn set_value(&mut self, v: Vec<u8>)
[src]
pub fn mut_value(&mut self) -> &mut Vec<u8>
[src]
pub fn take_value(&mut self) -> Vec<u8>
[src]
Trait Implementations
impl Clear for BytesValue
[src][+]
impl Clone for BytesValue
[src][+]
impl Debug for BytesValue
[src][+]
impl Default for BytesValue
[src][+]
impl<'a> Default for &'a BytesValue
[src][+]
impl Message for BytesValue
[src][+]
impl PartialEq<BytesValue> for BytesValue
[src][+]
impl ProtobufValue for BytesValue
[src][+]
impl StructuralPartialEq for BytesValue
[src]
Auto Trait Implementations
impl RefUnwindSafe for BytesValue
impl Send for BytesValue
impl Sync for BytesValue
impl Unpin for BytesValue
impl UnwindSafe for BytesValue
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,