pub struct UiMeta {
pub rent_exempt_reserve: StringAmount,
pub authorized: UiAuthorized,
pub lockup: UiLockup,
}Fields§
§rent_exempt_reserve: StringAmount👎Deprecated since 4.1.0:
§Stake account rent must be calculated via the Rent sysvar. This value will cease to be correct once lamports-per-byte is adjusted.
lockup: UiLockupTrait Implementations§
Source§impl<'de> Deserialize<'de> for UiMeta
impl<'de> Deserialize<'de> for UiMeta
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
impl Eq for UiMeta
impl StructuralPartialEq for UiMeta
Auto Trait Implementations§
impl Freeze for UiMeta
impl RefUnwindSafe for UiMeta
impl Send for UiMeta
impl Sync for UiMeta
impl Unpin for UiMeta
impl UnsafeUnpin for UiMeta
impl UnwindSafe for UiMeta
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