pub struct Array;Expand description
Placeholder type for array SFields.
Array types in XRPL (like Signers, Memos, etc.) cannot be directly retrieved as complete
values. Instead, they are navigated with Locator to reach specific array elements.
This type intentionally implements neither crate::fields::decoder::FromCurrentTx nor
crate::fields::decoder::FromLedger, so passing an aggregate SField (e.g. sfield::Memos)
to a get_field accessor is a compile-time error rather than a runtime failure.
Trait Implementations§
impl Copy for Array
impl Eq for Array
impl StructuralPartialEq for Array
Auto Trait Implementations§
impl Freeze for Array
impl RefUnwindSafe for Array
impl Send for Array
impl Sync for Array
impl Unpin for Array
impl UnsafeUnpin for Array
impl UnwindSafe for Array
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