Struct twilight_http::request::guild::update_guild::UpdateGuildError [−][src]
pub struct UpdateGuildError { /* fields omitted */ }Expand description
The error returned when the guild can not be updated as configured.
Implementations
Immutable reference to the type of error that occurred.
Consume the error, returning the source error if there is any.
Consume the error, returning the owned error type and the source error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UpdateGuildError
impl Send for UpdateGuildError
impl Sync for UpdateGuildError
impl Unpin for UpdateGuildError
impl UnwindSafe for UpdateGuildError
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