Struct twilight_http::request::channel::invite::create_invite::CreateInviteError [−][src]
pub struct CreateInviteError { /* fields omitted */ }Expand description
Error created when an invite can not be created 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 CreateInviteError
impl Send for CreateInviteError
impl Sync for CreateInviteError
impl Unpin for CreateInviteError
impl UnwindSafe for CreateInviteError
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