Struct fractal::session_list::failed_session::BoxedClientSetupError
source · pub struct BoxedClientSetupError(pub Arc<ClientSetupError>);
Tuple Fields§
§0: Arc<ClientSetupError>
Trait Implementations§
source§impl BoxedType for BoxedClientSetupError
impl BoxedType for BoxedClientSetupError
source§impl Clone for BoxedClientSetupError
impl Clone for BoxedClientSetupError
source§fn clone(&self) -> BoxedClientSetupError
fn clone(&self) -> BoxedClientSetupError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BoxedClientSetupError
impl Debug for BoxedClientSetupError
source§impl Deref for BoxedClientSetupError
impl Deref for BoxedClientSetupError
source§impl From<BoxedClientSetupError> for Value
impl From<BoxedClientSetupError> for Value
source§fn from(v: BoxedClientSetupError) -> Self
fn from(v: BoxedClientSetupError) -> Self
Converts to this type from the input type.
source§impl FromGlibPtrBorrow<*const BoxedClientSetupError> for BoxedClientSetupError
impl FromGlibPtrBorrow<*const BoxedClientSetupError> for BoxedClientSetupError
source§unsafe fn from_glib_borrow(ptr: *const BoxedClientSetupError) -> Borrowed<Self>
unsafe fn from_glib_borrow(ptr: *const BoxedClientSetupError) -> Borrowed<Self>
Safety Read more
source§impl FromGlibPtrBorrow<*mut BoxedClientSetupError> for BoxedClientSetupError
impl FromGlibPtrBorrow<*mut BoxedClientSetupError> for BoxedClientSetupError
source§unsafe fn from_glib_borrow(ptr: *mut BoxedClientSetupError) -> Borrowed<Self>
unsafe fn from_glib_borrow(ptr: *mut BoxedClientSetupError) -> Borrowed<Self>
Safety Read more
source§impl FromGlibPtrFull<*mut BoxedClientSetupError> for BoxedClientSetupError
impl FromGlibPtrFull<*mut BoxedClientSetupError> for BoxedClientSetupError
source§unsafe fn from_glib_full(ptr: *mut BoxedClientSetupError) -> Self
unsafe fn from_glib_full(ptr: *mut BoxedClientSetupError) -> Self
Safety Read more
source§impl FromGlibPtrNone<*const BoxedClientSetupError> for BoxedClientSetupError
impl FromGlibPtrNone<*const BoxedClientSetupError> for BoxedClientSetupError
source§unsafe fn from_glib_none(ptr: *const BoxedClientSetupError) -> Self
unsafe fn from_glib_none(ptr: *const BoxedClientSetupError) -> Self
Safety Read more
source§impl FromGlibPtrNone<*mut BoxedClientSetupError> for BoxedClientSetupError
impl FromGlibPtrNone<*mut BoxedClientSetupError> for BoxedClientSetupError
source§unsafe fn from_glib_none(ptr: *mut BoxedClientSetupError) -> Self
unsafe fn from_glib_none(ptr: *mut BoxedClientSetupError) -> Self
Safety Read more
source§impl<'a> FromValue<'a> for &'a BoxedClientSetupError
impl<'a> FromValue<'a> for &'a BoxedClientSetupError
source§type Checker = GenericValueTypeChecker<&'a BoxedClientSetupError>
type Checker = GenericValueTypeChecker<&'a BoxedClientSetupError>
Value type checker.
source§unsafe fn from_value(value: &'a Value) -> Self
unsafe fn from_value(value: &'a Value) -> Self
Get the contained value from a
Value
. Read moresource§impl<'a> FromValue<'a> for BoxedClientSetupError
impl<'a> FromValue<'a> for BoxedClientSetupError
source§type Checker = GenericValueTypeChecker<BoxedClientSetupError>
type Checker = GenericValueTypeChecker<BoxedClientSetupError>
Value type checker.
source§unsafe fn from_value(value: &'a Value) -> Self
unsafe fn from_value(value: &'a Value) -> Self
Get the contained value from a
Value
. Read moresource§impl HasParamSpec for BoxedClientSetupError
impl HasParamSpec for BoxedClientSetupError
type ParamSpec = ParamSpecBoxed
source§type SetValue = BoxedClientSetupError
type SetValue = BoxedClientSetupError
Preferred value to be used as setter for the associated ParamSpec.
type BuilderFn = fn(_: &str) -> ParamSpecBoxedBuilder<'_, BoxedClientSetupError>
fn param_spec_builder() -> Self::BuilderFn
source§impl IntoGlibPtr<*mut BoxedClientSetupError> for BoxedClientSetupError
impl IntoGlibPtr<*mut BoxedClientSetupError> for BoxedClientSetupError
source§unsafe fn into_glib_ptr(self) -> *mut BoxedClientSetupError
unsafe fn into_glib_ptr(self) -> *mut BoxedClientSetupError
Transfer: full.
source§impl StaticType for BoxedClientSetupError
impl StaticType for BoxedClientSetupError
source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.source§impl<'a> ToGlibPtr<'a, *const BoxedClientSetupError> for BoxedClientSetupError
impl<'a> ToGlibPtr<'a, *const BoxedClientSetupError> for BoxedClientSetupError
type Storage = PhantomData<&'a BoxedClientSetupError>
source§fn to_glib_none(&'a self) -> Stash<'a, *const BoxedClientSetupError, Self>
fn to_glib_none(&'a self) -> Stash<'a, *const BoxedClientSetupError, Self>
Transfer: none. Read more
source§fn to_glib_full(&self) -> *const BoxedClientSetupError
fn to_glib_full(&self) -> *const BoxedClientSetupError
Transfer: full. Read more
source§fn to_glib_container(&'a self) -> Stash<'a, P, Self>
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
Transfer: container. Read more
source§impl<'a> ToGlibPtr<'a, *mut BoxedClientSetupError> for BoxedClientSetupError
impl<'a> ToGlibPtr<'a, *mut BoxedClientSetupError> for BoxedClientSetupError
type Storage = PhantomData<&'a BoxedClientSetupError>
source§fn to_glib_none(&'a self) -> Stash<'a, *mut BoxedClientSetupError, Self>
fn to_glib_none(&'a self) -> Stash<'a, *mut BoxedClientSetupError, Self>
Transfer: none. Read more
source§fn to_glib_full(&self) -> *mut BoxedClientSetupError
fn to_glib_full(&self) -> *mut BoxedClientSetupError
Transfer: full. Read more
source§fn to_glib_container(&'a self) -> Stash<'a, P, Self>
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
Transfer: container. Read more
source§impl ToValue for BoxedClientSetupError
impl ToValue for BoxedClientSetupError
source§impl ValueType for BoxedClientSetupError
impl ValueType for BoxedClientSetupError
source§type Type = BoxedClientSetupError
type Type = BoxedClientSetupError
Type to get the
Type
from. Read moreimpl TransparentPtrType for BoxedClientSetupError
Auto Trait Implementations§
impl Freeze for BoxedClientSetupError
impl !RefUnwindSafe for BoxedClientSetupError
impl Send for BoxedClientSetupError
impl Sync for BoxedClientSetupError
impl Unpin for BoxedClientSetupError
impl !UnwindSafe for BoxedClientSetupError
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoClosureReturnValue for T
impl<T> IntoClosureReturnValue for T
fn into_closure_return_value(self) -> Option<Value>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> PropertyGet for Twhere
T: HasParamSpec,
impl<T> PropertyGet for Twhere
T: HasParamSpec,
source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.
source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.