pub enum GetDeploySessionUserinfoError {
UnknownValue(Value),
}Expand description
struct for typed errors of method get_deploy_session_userinfo
Variants§
Trait Implementations§
Source§impl Clone for GetDeploySessionUserinfoError
impl Clone for GetDeploySessionUserinfoError
Source§fn clone(&self) -> GetDeploySessionUserinfoError
fn clone(&self) -> GetDeploySessionUserinfoError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for GetDeploySessionUserinfoError
impl<'de> Deserialize<'de> for GetDeploySessionUserinfoError
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 GetDeploySessionUserinfoError
impl RefUnwindSafe for GetDeploySessionUserinfoError
impl Send for GetDeploySessionUserinfoError
impl Sync for GetDeploySessionUserinfoError
impl Unpin for GetDeploySessionUserinfoError
impl UnsafeUnpin for GetDeploySessionUserinfoError
impl UnwindSafe for GetDeploySessionUserinfoError
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