pub enum SetGitCredentialError {
UnknownValue(Value),
}Expand description
struct for typed errors of method set_git_credential
Variants§
Trait Implementations§
Source§impl Clone for SetGitCredentialError
impl Clone for SetGitCredentialError
Source§impl Debug for SetGitCredentialError
impl Debug for SetGitCredentialError
Source§impl<'de> Deserialize<'de> for SetGitCredentialError
impl<'de> Deserialize<'de> for SetGitCredentialError
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 SetGitCredentialError
impl RefUnwindSafe for SetGitCredentialError
impl Send for SetGitCredentialError
impl Sync for SetGitCredentialError
impl Unpin for SetGitCredentialError
impl UnsafeUnpin for SetGitCredentialError
impl UnwindSafe for SetGitCredentialError
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