pub struct SendLocalListRequest<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize = 16, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize = 1024> {
pub list_version: i64,
pub local_authorization_list: Option<Vec<LocalAuthorizationListItem<ID_TAG_INFO_EXPIRY_DATE_CAP>, SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP>>,
pub update_type: UpdateType,
}Fields§
§list_version: i64§update_type: UpdateTypeTrait Implementations§
Source§impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Action for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
Available on non-crate feature alloc only.
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Action for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
Available on non-crate feature
alloc only.Source§impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Clone for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Clone for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
Source§fn clone(
&self,
) -> SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
fn clone( &self, ) -> SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Debug for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Debug for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Eq for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
Source§impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> PartialEq for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> PartialEq for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> StructuralPartialEq for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
Auto Trait Implementations§
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Freeze for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> RefUnwindSafe for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Send for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Sync for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Unpin for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> UnsafeUnpin for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> UnwindSafe for SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>
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