Struct breez_sdk_liquid::model::RestoreRequest
source · pub struct RestoreRequest {
pub backup_path: Option<String>,
}
Expand description
An argument when calling crate::sdk::LiquidSdk::restore.
Fields§
§backup_path: Option<String>
Trait Implementations§
source§impl Debug for RestoreRequest
impl Debug for RestoreRequest
source§impl IntoDart for RestoreRequest
impl IntoDart for RestoreRequest
source§impl IntoIntoDart<RestoreRequest> for RestoreRequest
impl IntoIntoDart<RestoreRequest> for RestoreRequest
fn into_into_dart(self) -> RestoreRequest
source§impl Serialize for RestoreRequest
impl Serialize for RestoreRequest
impl IntoDartExceptPrimitive for RestoreRequest
Auto Trait Implementations§
impl Freeze for RestoreRequest
impl RefUnwindSafe for RestoreRequest
impl Send for RestoreRequest
impl Sync for RestoreRequest
impl Unpin for RestoreRequest
impl UnwindSafe for RestoreRequest
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request