pub enum TribeServiceReponse {
Tribes(Vec<Tribe>),
TribeIds(Vec<String>),
}Variants§
Trait Implementations§
Source§impl Debug for TribeServiceReponse
impl Debug for TribeServiceReponse
Source§impl<'de> Deserialize<'de> for TribeServiceReponse
impl<'de> Deserialize<'de> for TribeServiceReponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TribeServiceReponse
impl RefUnwindSafe for TribeServiceReponse
impl Send for TribeServiceReponse
impl Sync for TribeServiceReponse
impl Unpin for TribeServiceReponse
impl UnsafeUnpin for TribeServiceReponse
impl UnwindSafe for TribeServiceReponse
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