Struct twilight_http::request::user::get_current_user_guilds::GetCurrentUserGuildsError [−][src]
pub struct GetCurrentUserGuildsError { /* fields omitted */ }Expand description
The error created when the current guilds can not be retrieved as configured.
Implementations
Immutable reference to the type of error that occurred.
Consume the error, returning the source error if there is any.
pub fn into_parts(
self
) -> (GetCurrentUserGuildsErrorType, Option<Box<dyn Error + Send + Sync>>)
pub fn into_parts(
self
) -> (GetCurrentUserGuildsErrorType, Option<Box<dyn Error + Send + Sync>>)
Consume the error, returning the owned error type and the source error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetCurrentUserGuildsError
impl Send for GetCurrentUserGuildsError
impl Sync for GetCurrentUserGuildsError
impl Unpin for GetCurrentUserGuildsError
impl UnwindSafe for GetCurrentUserGuildsError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more