pub struct SendAddRequest {
pub name: String,
pub notes: Option<String>,
pub view_type: SendViewType,
pub max_access_count: Option<u32>,
pub disabled: bool,
pub hide_email: bool,
pub deletion_date: DateTime<Utc>,
pub expiration_date: Option<DateTime<Utc>>,
pub auth: SendAuthType,
}Expand description
Request model for creating a new Send.
Fields§
§name: StringThe name of the Send.
notes: Option<String>Optional notes visible to the sender.
view_type: SendViewTypeThe type and content of the Send.
max_access_count: Option<u32>Maximum number of times the Send can be accessed.
disabled: boolWhether the Send is disabled and cannot be accessed.
hide_email: boolWhether to hide the sender’s email from recipients.
deletion_date: DateTime<Utc>Date and time when the Send will be permanently deleted.
expiration_date: Option<DateTime<Utc>>Optional date and time when the Send expires and can no longer be accessed.
auth: SendAuthTypeAuthentication method for accessing this Send.
Trait Implementations§
Source§impl CompositeEncryptable<KeyIds, SymmetricKeyId, SendRequestModel> for SendAddRequest
impl CompositeEncryptable<KeyIds, SymmetricKeyId, SendRequestModel> for SendAddRequest
Source§fn encrypt_composite(
&self,
ctx: &mut KeyStoreContext<'_, KeyIds>,
key: SymmetricKeyId,
) -> Result<SendRequestModel, CryptoError>
fn encrypt_composite( &self, ctx: &mut KeyStoreContext<'_, KeyIds>, key: SymmetricKeyId, ) -> Result<SendRequestModel, CryptoError>
⚠️ IMPORTANT NOTE ⚠️ Read more
Source§impl Debug for SendAddRequest
impl Debug for SendAddRequest
Source§impl<'de> Deserialize<'de> for SendAddRequest
impl<'de> Deserialize<'de> for SendAddRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<SendAddRequest> for JsValuewhere
SendAddRequest: Serialize,
impl From<SendAddRequest> for JsValuewhere
SendAddRequest: Serialize,
Source§fn from(value: SendAddRequest) -> Self
fn from(value: SendAddRequest) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for SendAddRequestwhere
Self: DeserializeOwned,
impl FromWasmAbi for SendAddRequestwhere
Self: DeserializeOwned,
Source§impl IdentifyKey<SymmetricKeyId> for SendAddRequest
impl IdentifyKey<SymmetricKeyId> for SendAddRequest
fn key_identifier(&self) -> SymmetricKeyId
Source§impl IntoWasmAbi for &SendAddRequestwhere
SendAddRequest: Serialize,
impl IntoWasmAbi for &SendAddRequestwhere
SendAddRequest: Serialize,
Source§impl IntoWasmAbi for SendAddRequestwhere
SendAddRequest: Serialize,
impl IntoWasmAbi for SendAddRequestwhere
SendAddRequest: Serialize,
Source§impl OptionFromWasmAbi for SendAddRequestwhere
Self: DeserializeOwned,
impl OptionFromWasmAbi for SendAddRequestwhere
Self: DeserializeOwned,
Source§impl OptionIntoWasmAbi for SendAddRequestwhere
SendAddRequest: Serialize,
impl OptionIntoWasmAbi for SendAddRequestwhere
SendAddRequest: Serialize,
Source§impl RefFromWasmAbi for SendAddRequestwhere
Self: DeserializeOwned,
impl RefFromWasmAbi for SendAddRequestwhere
Self: DeserializeOwned,
Source§type Abi = <JsType as RefFromWasmAbi>::Abi
type Abi = <JsType as RefFromWasmAbi>::Abi
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = SelfOwner<SendAddRequest>
type Anchor = SelfOwner<SendAddRequest>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl Serialize for SendAddRequest
impl Serialize for SendAddRequest
Source§impl Tsify for SendAddRequest
impl Tsify for SendAddRequest
const DECL: &'static str = "/**\n * Request model for creating a new Send.\n */\nexport interface SendAddRequest {\n /**\n * The name of the Send.\n */\n name: string;\n /**\n * Optional notes visible to the sender.\n */\n notes: string | undefined;\n /**\n * The type and content of the Send.\n */\n viewType: SendViewType;\n /**\n * Maximum number of times the Send can be accessed.\n */\n maxAccessCount: number | undefined;\n /**\n * Whether the Send is disabled and cannot be accessed.\n */\n disabled: boolean;\n /**\n * Whether to hide the sender\\\'s email from recipients.\n */\n hideEmail: boolean;\n /**\n * Date and time when the Send will be permanently deleted.\n */\n deletionDate: DateTime<Utc>;\n /**\n * Optional date and time when the Send expires and can no longer be accessed.\n */\n expirationDate: DateTime<Utc> | undefined;\n /**\n * Authentication method for accessing this Send.\n */\n auth: SendAuthType;\n}"
const SERIALIZATION_CONFIG: SerializationConfig
type JsType = JsType
fn into_js(&self) -> Result<Self::JsType, Error>where
Self: Serialize,
fn from_js<T>(js: T) -> Result<Self, Error>
Source§impl VectorFromWasmAbi for SendAddRequestwhere
Self: DeserializeOwned,
impl VectorFromWasmAbi for SendAddRequestwhere
Self: DeserializeOwned,
type Abi = <JsType as VectorFromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Self]>
Source§impl VectorIntoWasmAbi for SendAddRequestwhere
SendAddRequest: Serialize,
impl VectorIntoWasmAbi for SendAddRequestwhere
SendAddRequest: Serialize,
type Abi = <JsType as VectorIntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[Self]>) -> Self::Abi
Source§impl WasmDescribe for SendAddRequest
impl WasmDescribe for SendAddRequest
Auto Trait Implementations§
impl Freeze for SendAddRequest
impl RefUnwindSafe for SendAddRequest
impl Send for SendAddRequest
impl Sync for SendAddRequest
impl Unpin for SendAddRequest
impl UnsafeUnpin for SendAddRequest
impl UnwindSafe for SendAddRequest
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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> CompatExt for T
impl<T> CompatExt for T
§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
§fn new_handle(value: Arc<T>) -> Handle
fn new_handle(value: Arc<T>) -> Handle
Create a new handle for an Arc value Read more
§unsafe fn clone_handle(handle: Handle) -> Handle
unsafe fn clone_handle(handle: Handle) -> Handle
Clone a handle Read more
§unsafe fn consume_handle(handle: Handle) -> Arc<T>
unsafe fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<> 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>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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 more§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.