Struct protobuf::descriptor::MethodDescriptorProto [−][src]
Fields
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl MethodDescriptorProto
[src][−]
pub fn new() -> MethodDescriptorProto
[src]
pub fn get_name(&self) -> &str
[src]
pub fn clear_name(&mut self)
[src]
pub fn has_name(&self) -> bool
[src]
pub fn set_name(&mut self, v: String)
[src]
pub fn mut_name(&mut self) -> &mut String
[src]
pub fn take_name(&mut self) -> String
[src]
pub fn get_input_type(&self) -> &str
[src]
pub fn clear_input_type(&mut self)
[src]
pub fn has_input_type(&self) -> bool
[src]
pub fn set_input_type(&mut self, v: String)
[src]
pub fn mut_input_type(&mut self) -> &mut String
[src]
pub fn take_input_type(&mut self) -> String
[src]
pub fn get_output_type(&self) -> &str
[src]
pub fn clear_output_type(&mut self)
[src]
pub fn has_output_type(&self) -> bool
[src]
pub fn set_output_type(&mut self, v: String)
[src]
pub fn mut_output_type(&mut self) -> &mut String
[src]
pub fn take_output_type(&mut self) -> String
[src]
pub fn get_options(&self) -> &MethodOptions
[src]
pub fn clear_options(&mut self)
[src]
pub fn has_options(&self) -> bool
[src]
pub fn set_options(&mut self, v: MethodOptions)
[src]
pub fn mut_options(&mut self) -> &mut MethodOptions
[src]
pub fn take_options(&mut self) -> MethodOptions
[src]
pub fn get_client_streaming(&self) -> bool
[src]
pub fn clear_client_streaming(&mut self)
[src]
pub fn has_client_streaming(&self) -> bool
[src]
pub fn set_client_streaming(&mut self, v: bool)
[src]
pub fn get_server_streaming(&self) -> bool
[src]
pub fn clear_server_streaming(&mut self)
[src]
pub fn has_server_streaming(&self) -> bool
[src]
pub fn set_server_streaming(&mut self, v: bool)
[src]
Trait Implementations
impl Clear for MethodDescriptorProto
[src][+]
impl Clone for MethodDescriptorProto
[src][+]
impl Debug for MethodDescriptorProto
[src][+]
impl Default for MethodDescriptorProto
[src][+]
impl<'a> Default for &'a MethodDescriptorProto
[src][+]
impl Message for MethodDescriptorProto
[src][+]
impl PartialEq<MethodDescriptorProto> for MethodDescriptorProto
[src][+]
impl ProtobufValue for MethodDescriptorProto
[src][+]
impl StructuralPartialEq for MethodDescriptorProto
[src]
Auto Trait Implementations
impl RefUnwindSafe for MethodDescriptorProto
impl Send for MethodDescriptorProto
impl Sync for MethodDescriptorProto
impl Unpin for MethodDescriptorProto
impl UnwindSafe for MethodDescriptorProto
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>,