pub struct FullAtl {
pub account_key: [u8; 32],
pub writable_indexes: Vec<u8>,
pub readonly_indexes: Vec<u8>,
}Fields§
§account_key: [u8; 32]§writable_indexes: Vec<u8>§readonly_indexes: Vec<u8>Trait Implementations§
impl Eq for FullAtl
impl StructuralPartialEq for FullAtl
Auto Trait Implementations§
impl Freeze for FullAtl
impl RefUnwindSafe for FullAtl
impl Send for FullAtl
impl Sync for FullAtl
impl Unpin for FullAtl
impl UnsafeUnpin for FullAtl
impl UnwindSafe for FullAtl
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