pub enum UpdateRestrictionsStatus {
Success,
NoRestrictions,
RequestFailure,
}
Expand description
Results of updating restrictions
Variants§
Success
Restrictions were updated
NoRestrictions
No restrictions were updated
RequestFailure
Request to gRPC server failed
Trait Implementations§
source§impl Clone for UpdateRestrictionsStatus
impl Clone for UpdateRestrictionsStatus
source§fn clone(&self) -> UpdateRestrictionsStatus
fn clone(&self) -> UpdateRestrictionsStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateRestrictionsStatus
impl Debug for UpdateRestrictionsStatus
source§impl PartialEq for UpdateRestrictionsStatus
impl PartialEq for UpdateRestrictionsStatus
source§fn eq(&self, other: &UpdateRestrictionsStatus) -> bool
fn eq(&self, other: &UpdateRestrictionsStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UpdateRestrictionsStatus
impl StructuralPartialEq for UpdateRestrictionsStatus
Auto Trait Implementations§
impl RefUnwindSafe for UpdateRestrictionsStatus
impl Send for UpdateRestrictionsStatus
impl Sync for UpdateRestrictionsStatus
impl Unpin for UpdateRestrictionsStatus
impl UnwindSafe for UpdateRestrictionsStatus
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneAny for T
impl<T> CloneAny for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request