[−][src]Enum gstreamer_rtsp::RTSPStatusCode
pub enum RTSPStatusCode { Invalid, Continue, Ok, Created, LowOnStorage, MultipleChoices, MovedPermanently, MoveTemporarily, SeeOther, NotModified, UseProxy, BadRequest, Unauthorized, PaymentRequired, Forbidden, NotFound, MethodNotAllowed, NotAcceptable, ProxyAuthRequired, RequestTimeout, Gone, LengthRequired, PreconditionFailed, RequestEntityTooLarge, RequestUriTooLarge, UnsupportedMediaType, ParameterNotUnderstood, ConferenceNotFound, NotEnoughBandwidth, SessionNotFound, MethodNotValidInThisState, HeaderFieldNotValidForResource, InvalidRange, ParameterIsReadonly, AggregateOperationNotAllowed, OnlyAggregateOperationAllowed, UnsupportedTransport, DestinationUnreachable, KeyManagementFailure, InternalServerError, NotImplemented, BadGateway, ServiceUnavailable, GatewayTimeout, RtspVersionNotSupported, OptionNotSupported, // some variants omitted }
Enumeration of rtsp status codes
Variants
Trait Implementations
impl Clone for RTSPStatusCode
[src][+]
impl Copy for RTSPStatusCode
[src]
impl Debug for RTSPStatusCode
[src][+]
impl Eq for RTSPStatusCode
[src]
impl<'a> FromValue<'a> for RTSPStatusCode
[src][+]
impl<'a> FromValueOptional<'a> for RTSPStatusCode
[src][+]
impl Hash for RTSPStatusCode
[src][+]
impl Ord for RTSPStatusCode
[src][+]
impl PartialEq<RTSPStatusCode> for RTSPStatusCode
[src][+]
impl PartialOrd<RTSPStatusCode> for RTSPStatusCode
[src][+]
impl SetValue for RTSPStatusCode
[src][+]
impl StaticType for RTSPStatusCode
[src][+]
impl StructuralEq for RTSPStatusCode
[src]
impl StructuralPartialEq for RTSPStatusCode
[src]
Auto Trait Implementations
impl RefUnwindSafe for RTSPStatusCode
impl Send for RTSPStatusCode
impl Sync for RTSPStatusCode
impl Unpin for RTSPStatusCode
impl UnwindSafe for RTSPStatusCode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src][+]
T: ToValue + SetValue + Send + ?Sized,
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src][+]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,